Skip to content

Conversation

@hyperlint-ai
Copy link
Contributor

@hyperlint-ai hyperlint-ai bot commented Jun 12, 2025

This pull request addresses several style guide violations, including incorrect spellings and casing issues, as well as non-standard quote usage. The changes ensure compliance with the style guide and improve the overall quality of the documentation.

  • Corrected the spelling of 'flowtrackd' to 'flowtracked' in the schema map (schema-map.mdx)
  • Updated the placeholder '<CLOUDFLARE_ACCOUNT_TAG>' to '<Cloudflare_ACCOUNT_TAG>' for proper casing in the documentation.

@hyperlint-ai hyperlint-ai bot requested review from a team, angelampcosta and soheiokamoto as code owners June 12, 2025 04:09
@github-actions github-actions bot added the product:analytics Related to Analytics product label Jun 12, 2025
@github-actions
Copy link
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/docs/analytics/ @jimhawkridge, @soheiokamoto, @angelampcosta, @cloudflare/pcx-technical-writing

Copy link
Contributor

@windsurf-bot windsurf-bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other comments (2)

💡 To request another review, post a new comment with "/windsurf-review".

In this example, we are going to use the GraphQL Analytics API to query for Firewall Events over a specified time period.

The following API call will request Firewall Events over a one hour period, and output the requested fields. Be sure to replace `<CLOUDFLARE_ZONE_TAG>`, `<EMAIL>`, and `<API_TOKEN>`[^1] with your zone tag and API credentials, and adjust the `datetime_geg` and `datetime_leq` values to your liking.
The following API call will request Firewall Events over a one hour period, and output the requested fields. Be sure to replace `<Cloudflare_ZONE_TAG>`, `<EMAIL>`, and `<API_TOKEN>`[^1] with your zone tag and API credentials, and adjust the `datetime_geq` and `datetime_leq` values to your liking.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch fixing the parameter name from datetime_geg to datetime_geq. This correction is important as the incorrect parameter name would cause API queries to fail.

6. For **Starting Point**, choose \*Clone Public Git Repository\*\*.\*\*\*

7. Enter the *cloudflare\_block* URL for the public Git repository `git://github.com/llooker/cloudflare_block.git`.
7. Enter the *cloudflare\_block* URL for the public Git repository `git://github.com/looker/cloudflare_block.git`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch updating the GitHub repository URL from 'llooker' to 'looker'. This ensures users are directed to the official Looker organization repository.

<th>dosdNetworkAnalytics-AdaptiveGroups</th>
<th>dosdAttackAnalytics-Groups</th>
<th>flowtrackdNetworkAnalytics-AdaptiveGroups</th>
<code>flowtrackedNetworkAnalytics-AdaptiveGroups</code>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change not only modifies the name from 'flowtrackd' to 'flowtracked' (which may be incorrect), but also changes the HTML structure from a table header to a element. This will break the table formatting in the documentation.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 12, 2025

Preview URL: https://05d4fb52.preview.developers.cloudflare.com
Preview Branch URL: https://hyperlint-automation-repository-scan-45ab899.preview.developers.cloudflare.com

Files with changes (up to 15)

Original Link Updated Link
https://developers.cloudflare.com/analytics/analytics-integrations/looker/ https://hyperlint-automation-repository-scan-45ab899.preview.developers.cloudflare.com/analytics/analytics-integrations/looker/
https://developers.cloudflare.com/analytics/graphql-api/migration-guides/network-analytics-v2/schema-map/ https://hyperlint-automation-repository-scan-45ab899.preview.developers.cloudflare.com/analytics/graphql-api/migration-guides/network-analytics-v2/schema-map/
https://developers.cloudflare.com/analytics/graphql-api/tutorials/querying-access-login-events/ https://hyperlint-automation-repository-scan-45ab899.preview.developers.cloudflare.com/analytics/graphql-api/tutorials/querying-access-login-events/
https://developers.cloudflare.com/analytics/graphql-api/tutorials/querying-firewall-events/ https://hyperlint-automation-repository-scan-45ab899.preview.developers.cloudflare.com/analytics/graphql-api/tutorials/querying-firewall-events/
https://developers.cloudflare.com/analytics/graphql-api/migration-guides/network-analytics-v2/ https://hyperlint-automation-repository-scan-45ab899.preview.developers.cloudflare.com/analytics/graphql-api/migration-guides/network-analytics-v2/
https://developers.cloudflare.com/analytics/graphql-api/migration-guides/network-analytics-v2/node-reference/ https://hyperlint-automation-repository-scan-45ab899.preview.developers.cloudflare.com/analytics/graphql-api/migration-guides/network-analytics-v2/node-reference/

@kodster28 kodster28 closed this Jun 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:analytics Related to Analytics product size/s

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants